home *** CD-ROM | disk | FTP | other *** search
/ Champak 125 / Vol 125 (Damaged).iso / games / poux.swf / scripts / frame_1 / PlaceObject2_5_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-11-13  |  232 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    text = int(_parent.getBytesLoaded() / 1000) add " OF " add int(_parent.getBytesTotal() / 1000);
  3.    if(_parent.getBytesTotal() == _parent.getBytesLoaded())
  4.    {
  5.       _parent.gotoAndStop(2);
  6.    }
  7. }
  8.